gdk: Stop referring to ::key-press/release-event
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Jan 2018 23:04:28 +0000 (00:04 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Jan 2018 11:04:32 +0000 (12:04 +0100)
These signals are going away, don't mention them in
the docs.

gdk/gdkkeys.c

index 9f29e5dbe635f8235f9b5b916e11f25d59edc815..c3c486fd72b59b8c009b05a06f910fe57517203c 100644 (file)
  * @Title: Key Values
  *
  * Key values are the codes which are sent whenever a key is pressed or released.
- * They appear in the #GdkEventKey.keyval field of the
- * #GdkEventKey structure, which is passed to signal handlers for the
- * #GtkWidget::key-press-event and #GtkWidget::key-release-event signals.
- * The complete list of key values can be found in the
- * `gdk/gdkkeysyms.h` header file.
+ * They appear in the #GdkEventKey.keyval field of the #GdkEventKey structure.
+ * The complete list of key values can be found in the `gdk/gdkkeysyms.h` header file.
  *
  * Key values are regularly updated from the upstream X.org X11 implementation,
  * so new values are added regularly. They will be prefixed with GDK_KEY_ rather